add On Callback Listener
Adds an OnCallbackListener to the list of listeners that will be notified of callback events.
Parameters
listener
The OnCallbackListener to add. Must not be null.
Throws
if the listener is null.
Adds an OnCallbackListener to the list of listeners that will be notified of callback events.
The OnCallbackListener to add. Must not be null.
if the listener is null.